C1GroupDataCollection<S> Class Members
The following tables list the members exposed by C1GroupDataCollection<S>.
| Name | Description |
 | CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | CanGroup | Overridden. Returns whether the collection is able to group the specified group descriptions. |
 | CanInsert | Overridden. |
 | CanInsertRange | Overridden. |
 | CanMove | Overridden. Determines whether the item at fromIndex can be moved to toIndex. |
 | CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | CanRemove | Overridden. Determines whether the item at the specified index can be removed from the collection. |
 | CanRemoveRange | Overridden. |
 | CanReplace | Overridden. |
 | CanReplaceRange | Overridden. |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | Dispose | Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | GetItemType | Overridden. Gets the type of the item. |
 | GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | GroupAsync | Overloaded. Overridden. Groups the collection according to the specified group descriptions. |
 | IndexOf | Overridden. Gets the index of the specified item. |
 | InsertAsync | Overridden. Inserts the specified item at the specified index in the collection. |
 | InsertRangeAsync | Overridden. |
 | LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | MoveAsync | Overridden. Moves an item from the specified position to the new one. |
 | MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
 | RemoveAsync | Overridden. Removes the item at the specified index from the collection. |
 | RemoveRangeAsync | Overridden. |
 | ReplaceAsync | Overridden. |
 | ReplaceRangeAsync | Overridden. |
 | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>) |
Top